home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_3 / remindme / reminddates < prev    next >
Text File  |  1994-09-11  |  914b  |  19 lines

  1. ; defining an own header message. \e stands for the escape character.
  2. HEADER \e[33mdon't forget:\e[0m
  3. ; weekly events
  4. WEEKLY  MONDAY              MESSAGE Oh no, monday again!
  5. ; monthly events
  6. MONTHLY 15                  MESSAGE This is the 15th day of the month
  7. MONTHLY 31                  MESSAGE This is the 31st day of the month
  8. MONTHLY -1          WARN 1  MESSAGE Month is over! Any money left?
  9. MONTHLY -31                 MESSAGE This is the first day of the next month with 31 days
  10. ; yearly events
  11. YEARLY  24.12.      WARN 20 MESSAGE Christmas! Don't forget the presents!
  12. YEARLY  29.02.              MESSAGE Intercalary day
  13. ; unique events
  14. UNIQUE  02.10.1995  WARN 5  MESSAGE This is a monday, too.
  15. ; example of a wrong event entry resulting in an error:
  16. WEEKLY  MOONDAY             MESSAGE moonday?
  17. ; example of an event entry resulting in a warning:
  18. UNIQUE  01.03.1966          MESSAGE That's my birthday!
  19.